Documentation
Get images at runtime
To get images at runtime make sure Image_Importer class exists in the level.
With this class you can call the ‘GetAllImagesFromLocation’ function that will get all the images from a specified folder path in the form of strings.
Now with this string values you can call the ‘LoadTexture2D’ function that will load images from drive and convert it into Texture2D.